From 982965741d777beb7f79e46e15a05f8c6dd2ce1e Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Fri, 9 Feb 2007 10:21:12 +0000 Subject: [PATCH] Add missing Makefile in x86_64/compat so that it builds on x86_64. Signed-off-by: Alastair Tse --- xen/arch/x86/x86_64/compat/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 xen/arch/x86/x86_64/compat/Makefile diff --git a/xen/arch/x86/x86_64/compat/Makefile b/xen/arch/x86/x86_64/compat/Makefile new file mode 100644 index 0000000000..6547e0c737 --- /dev/null +++ b/xen/arch/x86/x86_64/compat/Makefile @@ -0,0 +1,2 @@ +obj-y += entry.o + -- 2.30.2